Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 252 Bytes

4.2.10 - Coroutine/Channel->$errCode.md

File metadata and controls

8 lines (6 loc) · 252 Bytes

Coroutine\Channel->$errCode

Coroutine\Channel->$errCode

  • 默认成功 0
  • 超时 pop失败时(超时)会置为-1
  • channel已关闭,继续操作channel,设置错误码 -2
  • 参数错误 push或者pop传入错误的参数,设置为-3